Adding commands to the Commands menu

Dreamweaver automatically adds to the bottom of the Commands menu any files that are inside one of the subfolders in the Configuration/Objects folder. To prevent a command from appearing in the Commands menu, put the following comment on the first line of the file:

<!-- MENU-LOCATION=NONE -->

In Dreamweaver 1 and 2, if you wanted to control the position or text associated with a command, you could add it explicitly to the CommandMenu.htm file. In Dreamweaver 3, this file has been superseded by the menus.xml file, which controls the entire menu structure for Dreamweaver. For more information about modifying the menus.xml file, see Chapter 16, "Customizing Dreamweaver" in Using Dreamweaver.